Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo file output #23

Closed
wants to merge 30 commits into from
Closed

demo file output #23

wants to merge 30 commits into from

Conversation

thewtex
Copy link
Owner

@thewtex thewtex commented Sep 23, 2023

  • docs: fix link to ITK's Code of Conduct
  • fix(bindgen): add missing const to usePreRun export
  • chore(release): 1.0.0-b.139 [skip ci]
  • docs: add contributing documentation file
  • build(cmake): set cmp0135 cmake policy to new
  • chore(release): 1.0.0-b.140 [skip ci]
  • build: update build image for mean-squares-versor-registration example
  • build(deps): bump @cypress/request and cypress in /examples/vite
  • build(deps): bump @cypress/request and cypress
  • build(deps): bump @cypress/request and cypress in /examples/umd
  • fix(bindgen): add preRun argument to sample LoadSampleInputs function
  • fix(bindgen): Address issues with multiple input and output files with an option
  • build(Python): drop 3.7 support
  • build: constrain wasmtime-py to < 13.0.0
  • chore(webpack-example): update deps
  • test(webpack-example): use port 8686
  • WIP: feat(bindgen): output file demo support

thewtex and others added 28 commits September 18, 2023 12:20
# [1.0.0-b.139](InsightSoftwareConsortium/ITK-Wasm@itk-wasm-v1.0.0-b.138...itk-wasm-v1.0.0-b.139) (2023-09-18)

### Features

* **itk-wasm-cli:** Update default Docker image for 20230917-38fb6f92 ([f71ae37](InsightSoftwareConsortium@f71ae37))
Add contributing documentation file: cross-reference the contributing
section of the `hacking_itk_wasm.md` file.
Set the `CMP0135` CMake policy to `NEW`: the timestamps of the
extracted files will reflect the timestamps at extraction.

Setting the `download_extract_timestamp` to `true` (commit 5ca66d6) did
not fix the warning.
…un-const

fix(bindgen): add missing const to usePreRun export
…ContributingDoc

docs: add contributing documentation file
…Consortium/thewtex-patch-1

docs: fix link to ITK's Code of Conduct
# [1.0.0-b.140](InsightSoftwareConsortium/ITK-Wasm@itk-wasm-v1.0.0-b.139...itk-wasm-v1.0.0-b.140) (2023-09-19)

### Bug Fixes

* **bindgen:** add missing const to usePreRun export ([cfea885](InsightSoftwareConsortium@cfea885))
Addresses the:

> Unexpected "usePreRun"

build issue.
…uares-updates

build: update build image for mean-squares-versor-registration example
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `@cypress/request` from 2.88.12 to 3.0.1
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](cypress-io/request@v2.88.12...v3.0.1)

Updates `cypress` from 12.3.0 to 13.2.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.3.0...v13.2.0)

---
updated-dependencies:
- dependency-name: "@cypress/request"
  dependency-type: indirect
- dependency-name: cypress
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
…ExtractTimestampCMakePolicyWarnings2

build(cmake): set `cmp0135` cmake policy to `new`
…Consortium/dependabot/npm_and_yarn/examples/vite/cypress/request-and-cypress-3.0.1

build(deps): bump @cypress/request and cypress in /examples/vite
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `@cypress/request` from 2.88.12 to 3.0.1
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](cypress-io/request@v2.88.12...v3.0.1)

Updates `cypress` from 12.17.4 to 13.2.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.17.4...v13.2.0)

---
updated-dependencies:
- dependency-name: "@cypress/request"
  dependency-type: indirect
- dependency-name: cypress
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `@cypress/request` from 2.88.12 to 3.0.1
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](cypress-io/request@v2.88.12...v3.0.1)

Updates `cypress` from 10.3.0 to 13.2.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v10.3.0...v13.2.0)

---
updated-dependencies:
- dependency-name: "@cypress/request"
  dependency-type: indirect
- dependency-name: cypress
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
…Consortium/dependabot/npm_and_yarn/packages/compress-stringify/typescript/cypress/request-and-cypress-3.0.1

build(deps): bump @cypress/request and cypress in /packages/compress-stringify/typescript
…Consortium/dependabot/npm_and_yarn/examples/umd/cypress/request-and-cypress-3.0.1

build(deps): bump @cypress/request and cypress in /examples/umd
python.org 3.7 CPython is End-of-Life.

wasmtime has build errors.
Avoid conflicts with common services.
# [1.0.0-b.141](InsightSoftwareConsortium/ITK-Wasm@itk-wasm-v1.0.0-b.140...itk-wasm-v1.0.0-b.141) (2023-09-22)

### Bug Fixes

* **bindgen:** add preRun argument to sample LoadSampleInputs function ([f661729](InsightSoftwareConsortium@f661729))
* **bindgen:** Address issues with multiple input and output files with an option ([eeb8833](InsightSoftwareConsortium@eeb8833))
@thewtex thewtex closed this Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants